home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / cf_webed.vtm < prev    next >
Encoding:
Text File  |  1999-06-11  |  18.2 KB  |  282 lines

  1. <tag>
  2.     <editorlayout width=425 lfwidth=510 height=500 lfheight=502>
  3.         <container type="TabDialog" name="MainTabDialog" width="MAXIMUM" height="MAXIMUM" maxwidthpadding=0 maxheightpadding=0>
  4.             <container type="TabPage" name="TabPage1" caption="WebEditor Tag">
  5.                 <container type="Panel" name="Panel1" caption=" Control " width="MAXIMUM" height=68 lfheight=0 right=10 down=5>
  6.                     <control type="Label" name="lblCodeBase" width=75 lfwidth=90 anchor="Panel1" right=10 down=15 caption="CodeBase:" align="Left"/>
  7.                     <control type="FileBrowser" name="txtCodeBase" width="MAXIMUM" anchor="lblCodeBase" corner="NE" right=15 dironly relative/>
  8.                     <control type="Label" name="lblVersion" width=50 lfwidth=60 anchor="lblCodeBase" corner="SW" down=12 caption="Version:" align="Left"/>
  9.                     <control type="TextBox" name="txtVersion" width=75 lfwidth=90 anchor="txtCodeBase" corner="SW" down=4 maxlength=8 allownegative="No"/>
  10.  
  11.                     <control type="Label" name="lblHeight" width=50 lfwidth=60 anchor="txtVersion" corner="NE" right=12 down=2 caption="Height:" align="Left"/>
  12.                     <control type="TextBox" name="txtHeight" width=25 lfwidth=30 anchor="lblHeight" corner="NE" right=10 maxlength=4 allowdecimalpoint="No" allownegative="No"/>
  13.  
  14.                     <control type="Label" name="lblWidth" width=50 lfwidth=60 anchor="txtHeight" right=50 down=2 caption="Width:" align="Left"/>
  15.                     <control type="TextBox" name="txtWidth" width=25 lfwidth=30 anchor="lblWidth" corner="NE" right=10 maxlength=4 allowdecimalpoint="No" allownegative="No"/>
  16.                 </container>
  17.                 
  18.                 <container type="Panel" name="Panel2" caption=" FTP " width="MAXIMUM" height=85 lfheight=112 anchor="Panel1" corner="SW" down=5>
  19.                    <control type="Label" name="lblServer" width=75 lfwidth=60 anchor="Panel1" corner="NW" right=10 down=15 caption="FTP Server:"/>
  20.                    <control type="TextBox" name="txtServer" width="MAXIMUM" anchor="lblServer" corner="NE" value="ftp://" allowdecimalpoint="No" allownegative="No"/>
  21.  
  22.                    <control type="Label" name="lblImagePath" width=75 lfwidth=60 anchor="lblServer" corner="SW" down=10 caption="Image Path:"/>
  23.                    <control type="FileBrowser" name="txtImagePath" width="MAXIMUM" anchor="lblImagePath" corner="NE" dironly relative/>
  24.  
  25.                    <control type="Label" name="lblUserName" width=75 lfwidth=60 anchor="lblImagePath" corner="SW" down=10 caption="Username:"/>
  26.                    <control type="TextBox" name="txtUserName" width=120 lfwidth=144 anchor="lblUserName" corner="NE" maxlength=20 allowdecimalpoint="No" allownegative="No"/>
  27.  
  28.                    <control type="Label" name="lblPassword" width=50 lfwidth=60 anchor="txtUserName" corner="NE" right=10 caption="Password:"/>
  29.                    <control type="TextBox" name="txtPassword" width=120 lfwidth=144 anchor="lblPassword" corner="NE" right=2 maxlength=20 allowdecimalpoint="No" allownegative="No"/>
  30.                 </container>
  31.  
  32.                 <container type="Panel" name="Panel3" caption=" License Key(s) " width="MAXIMUM" height=95 lfheight=112 anchor="Panel2" corner="SW" down=5>
  33.                    <control type="TextBox" name="txtLicense" width="MAXIMUM" right=10 down=15/>
  34.                    <control type="TextBox" name="txtLicense2" width="MAXIMUM" anchor="txtLicense" corner="SW" down=1/>
  35.                    <control type="TextBox" name="txtLicense3" width="MAXIMUM" anchor="txtLicense2" corner="SW" down=1/>
  36.                 </container>
  37.  
  38.                 <container type="Panel" name="Panel4" caption=" ToolBar " width="MAXIMUM" height="MAXIMUM" anchor="Panel3" corner="SW" down=5>
  39.                     <control type="CheckBox" name="chbAllowCustomize" width="MAXIMUM" anchor="Panel4" corner="SW" down=15 right=10 caption="Allow ToolBar Customization" checked/>
  40.                     <control type="CheckBox" name="chbButtonsEdit" width="MAXIMUM" anchor="chbAllowCustomize" corner="SW" down=3 caption="Enable Edit (cut, copy and paste) Buttons" checked/>
  41.                     <control type="CheckBox" name="chbButtonsFontSize" width="MAXIMUM" anchor="chbButtonsEdit" corner="SW" down=3 caption="Enable Font Size Button" checked/>
  42.                     <control type="CheckBox" name="chbButtonsFontStyle" width="MAXIMUM" anchor="chbButtonsFontSize" corner="SW" down=3 caption="Enable Font Size Button" checked/>
  43.                     <control type="CheckBox" name="chbButtonsFontColor" width="MAXIMUM" anchor="chbButtonsFontStyle" corner="SW" down=3 caption="Enable Font Size Button" checked/>
  44.                     <control type="CheckBox" name="chbButtonsFontSize" width="MAXIMUM" anchor="chbButtonsFontColor" corner="SW" down=3 caption="Enable Font Size Button" checked/>
  45.                     <control type="CheckBox" name="chbButtonsBullets" width="MAXIMUM" anchor="chbButtonsFontSize" corner="SW" down=3 caption="Enable Bullet Button Group" checked/>
  46.                     <control type="CheckBox" name="chbButtonsIndent" width="MAXIMUM" anchor="chbButtonsBullets" corner="SW" down=3 caption="Enable Indent Button Group" checked/>
  47.                     <control type="CheckBox" name="chbButtonsAlign" width="MAXIMUM" anchor="chbButtonsIndent" corner="SW" down=3 caption="Enable Text Alignment Button Group" checked/>
  48.                     <control type="CheckBox" name="chbButtonsHyperlink" width="MAXIMUM" anchor="chbButtonsAlign" corner="SW" down=3 caption="Enable Hyperlink Button" checked/>
  49.                     <control type="CheckBox" name="chbButtonsPicture" width="MAXIMUM" anchor="chbButtonsHyperlink" corner="SW" down=3 caption="Enable Images Button" checked/>
  50.                     <control type="CheckBox" name="chbButtonsAbout" width="MAXIMUM" anchor="chbButtonsPicture" corner="SW" down=3 caption="Enable About Button" checked/>
  51.                 </container>
  52.             </container>
  53.             
  54.             <container type="TabPage" name="Form" caption="Form">
  55.                 <container type="Panel" name="Panel5" caption=" Form " width="MAXIMUM" height=120 lfheight=271 right=10 down=5>
  56.                     <control type="Label" name="lblForm" width="100" anchor="Panel5" corner="SW" right=10 down=15 caption="Form Name:">
  57.                     <control type="TextBox" name="txtForm" width="MAXIMUM" anchor="lblForm" corner="NE"/>
  58.                     <control type="Label" name="lblEditorsinform" width="100" anchor="lblForm" corner="SW" down=10 caption="Editors in Form:">
  59.                     <control type="TextBox" name="txtEditorsinform" width="MAXIMUM" anchor="lblEditorsinform" corner="NE"/>
  60.                     <control type="Label" name="lblEditornumber" width="100" anchor="lblEditorsinform" corner="SW" down=10 caption="Editor Number:">
  61.                     <control type="TextBox" name="txtEditornumber" width="MAXIMUM" anchor="lblEditornumber" corner="NE"/>
  62.                     <control type="Label" name="lblButton" width="100" anchor="lblEditornumber" corner="SW" down=10 caption="Submit Button:">
  63.                     <control type="TextBox" name="txtButton" width="MAXIMUM" anchor="lblButton" corner="NE"/>
  64.                 </container>
  65.  
  66.                 <container type="Panel" name="Panel6" caption=" HTML " width="MAXIMUM" height="200" anchor="Panel5" corner="SW" down=5>
  67.                    <control type="Label" name="lblFont" width=40 lfwidth=48 anchor="Panel6" right=10 down=15 caption="Font:"/>
  68.                    <control type="DropDown" name="cbxFont" width="MAXIMUM" anchor="lblFont" corner="NE" editable>
  69.                         <item value="Arial" caption="Arial"/>
  70.                         <item value="Courier" caption="Courier"/>
  71.                         <item value="MS Sans Serif" caption="MS Sans Serif"/>
  72.                         <item value="Tahoma" caption="Tahoma"/>
  73.                         <item value="Times New Roman" caption="Times New Roman"/>
  74.                         <item value="Verdana" caption="Verdana"/>
  75.                    </control>
  76.                    <control type="Label" name="lblHTML" width=40 lfwidth=48 anchor="lblFont" corner="SW" down=10 caption="HTML:"/>
  77.                    <control type="TextArea" name="txtHTML" width="MAXIMUM" height="150" anchor="lblHTML" corner="SW"/>
  78.                 </container>
  79.  
  80.                 <container type="Panel" name="Panel7" caption=" WDDX Packets " width="MAXIMUM" height="MAXIMUM" anchor="Panel6" corner="SW" down=5>
  81.                    <control type="TextArea" name="txtWDDX" width="MAXIMUM" height="100"anchor="Panel7" corner="SW" down=15 right=10/>
  82.                 </container>
  83.             </container>
  84.         </container>
  85.     </editorlayout>
  86.  
  87.     <attributes>
  88.       <attrib name="codebase"    control="txtCodeBase"    type="Directory"/>
  89.       <attrib name="version"    control="txtVersion"/>
  90.       <attrib name="height"        control="txtHeight"/>
  91.       <attrib name="width"        control="txtWidth"/>
  92.       <attrib name="license"    control="txtLicense"/>
  93.       <attrib name="license2"    control="txtLicense2"/>
  94.       <attrib name="license3"    control="txtLicense3"/>
  95.  
  96.       <attrib name="font"        control="cbxFont"    type="Font"/>
  97.       <attrib name="htmlcode"    control="txtHTML"/>
  98.       <attrib name="form"        control="txtform"/>
  99.       <attrib name="editorsinform"    control="txtEditorsinform"/>
  100.       <attrib name="editornumber"    control="txtEditornumber"/>
  101.       <attrib name="button"    control="txtButton"/>
  102.  
  103.       <attrib name="ftpserver"    control="txtServer"    type="Filepath"/>
  104.       <attrib name="ftpusername"    control="txtUsername"/>
  105.       <attrib name="ftppassword"    control="txtpassword"/>
  106.       <attrib name="imagepath"    control="txtimagepath"    type="Relativepath"/>
  107.  
  108.       <attrib name="WDDX"    control="txtWDDX"/>
  109.       
  110.       <attrib name="allowcustomize"    control="chbAllowCustomize"    type="Enumerated">
  111.          <attriboption value="true"/>
  112.          <attriboption value="false"/>
  113.       </attrib>
  114.  
  115.       <attrib name="buttonsedit"    control="chbButtonsEdit"    type="Enumerated">
  116.          <attriboption value="true"/>
  117.          <attriboption value="false"/>
  118.       </attrib>
  119.  
  120.       <attrib name="buttonsfontsize"    control="chbbuttonsfontsize"    type="Enumerated">
  121.          <attriboption value="true"/>
  122.          <attriboption value="false"/>
  123.       </attrib>
  124.  
  125.       <attrib name="buttonsfontstyle"    control="chbbuttonsfontstyle"    type="Enumerated">
  126.          <attriboption value="true"/>
  127.          <attriboption value="false"/>
  128.       </attrib>
  129.  
  130.       <attrib name="buttonsfontcolor"    control="chbbuttonsfontcolor"    type="Enumerated">
  131.          <attriboption value="true"/>
  132.          <attriboption value="false"/>
  133.       </attrib>
  134.  
  135.       <attrib name="buttonsbullets"    control="chbbuttonsbullets"    type="Enumerated">
  136.          <attriboption value="true"/>
  137.          <attriboption value="false"/>
  138.       </attrib>
  139.  
  140.       <attrib name="buttonsindent"    control="chbbuttonsindent"    type="Enumerated">
  141.          <attriboption value="true"/>
  142.          <attriboption value="false"/>
  143.       </attrib>
  144.  
  145.       <attrib name="buttonsalign"    control="chbbuttonsalign"    type="Enumerated">
  146.          <attriboption value="true"/>
  147.          <attriboption value="false"/>
  148.       </attrib>
  149.  
  150.       <attrib name="buttonshyperlink"    control="chbbuttonshyperlink"    type="Enumerated">
  151.          <attriboption value="true"/>
  152.          <attriboption value="false"/>
  153.       </attrib>
  154.  
  155.       <attrib name="buttonspicture"    control="chbbuttonspicture"    type="Enumerated">
  156.          <attriboption value="true"/>
  157.          <attriboption value="false"/>
  158.       </attrib>
  159.  
  160.       <attrib name="buttonsabout"    control="chbbuttonsabout"    type="Enumerated">
  161.          <attriboption value="true"/>
  162.          <attriboption value="false"/>
  163.       </attrib>
  164.     </attributes>
  165.     
  166.    <attribcategories>
  167.       <attribgroup name="misc" elements="codebase,version,license,license2,license3,font,width,height,htmlcode,form,editorsinform,editornumber,button"/>
  168.       <attribgroup name="ftp" elements="ftpserver,ftpusername,ftppassword"/>
  169.       <attribgroup name="buttons" elements="buttonsabout,buttonspicture,buttonshyperlink,buttonsalign,buttonsindent,buttonsbullets,buttonsfontcolor,buttonsfontstyle,buttonsfontsize,buttonsedit,allowcustomize"/>
  170.    </attribcategories>
  171.     
  172.     
  173.     <!--- tagdescription>
  174.         <font face="Arial" size="1">Insert tag description here. Use HTML !!!</font>
  175.                     <control type="CheckBox" name="chbAllowCustomize" width="MAXIMUM" anchor="Panel3" right=10 down=15 caption="Allow ToolBar Customization" checked/>
  176.     </tagdescription --->
  177.     
  178.     <taglayout>
  179.         <wizif optionlowercasetags eq 'true'>
  180.             <wizset CFWEBEDITOR    = 'CF_WebEditor'>
  181.             <wizset CODEBASE    = 'codebase'>
  182.             <wizset ALLOWCUSTOMIZE    = 'allowcustomize'>
  183.             <wizset BUTTON    = 'button'>
  184.             <wizset BUTTONSABOUT    = 'buttonsabout'>
  185.             <wizset BUTTONSALIGN    = 'buttonsalign'>
  186.             <wizset BUTTONSBULLETS    = 'buttonsbullets'>
  187.             <wizset BUTTONSEDIT    = 'buttonsedit'>
  188.             <wizset BUTTONSFONTCOLOR    = 'buttonsfontcolor'>
  189.             <wizset BUTTONSFONTSIZE    = 'buttonsfontsize'>
  190.             <wizset BUTTONSFONTSTYLE    = 'buttonsfontstyle'>
  191.             <wizset BUTTONSHYPERLINK    = 'buttonshyperlink'>
  192.             <wizset BUTTONSINDENT    = 'buttonsindent'>
  193.             <wizset BUTTONSPICTURE    = 'buttonspicture'>
  194.             <wizset EDITORNUMBER    = 'editornumber'>
  195.             <wizset EDITORSINFORM    = 'editorsinform'>
  196.             <wizset FONT    = 'font'>
  197.             <wizset FORM    = 'form'>
  198.             <wizset FTPSERVER    = 'ftpserver'>
  199.             <wizset FTPPASSWORD    = 'ftppassword'>
  200.             <wizset FTPUSERNAME    = 'ftpusername'>
  201.             <wizset HEIGHT    = 'height'>
  202.             <wizset HTMLCODE    = 'htmlcode'>
  203.             <wizset IMAGEPATH    = 'imagepath'>
  204.             <wizset LICENSE    = 'license'>
  205.             <wizset LICENSE2    = 'license2'>
  206.             <wizset LICENSE3    = 'license3'>
  207.             <wizset VERSION    = 'version'>
  208.             <wizset WIDTH    = 'width'>
  209.             <wizset WDDX    = 'wddx'>
  210.         <wizelse>
  211.             <wizset CFWEBEDITOR    = 'CF_WEBEDITOR'>
  212.             <wizset CODEBASE    = 'CODEBASE'>
  213.             <wizset ALLOWCUSTOMIZE    = 'ALLOWCUSTOMIZE'>
  214.             <wizset BUTTON    = 'BUTTON'>
  215.             <wizset BUTTONSABOUT    = 'BUTTONSABOUT'>
  216.             <wizset BUTTONSALIGN    = 'BUTTONSALIGN'>
  217.             <wizset BUTTONSBULLETS    = 'BUTTONSBULLETS'>
  218.             <wizset BUTTONSEDIT    = 'BUTTONSEDIT'>
  219.             <wizset BUTTONSFONTCOLOR    = 'BUTTONSFONTCOLOR'>
  220.             <wizset BUTTONSFONTSIZE    = 'BUTTONSFONTSIZE'>
  221.             <wizset BUTTONSFONTSTYLE    = 'BUTTONSFONTSTYLE'>
  222.             <wizset BUTTONSHYPERLINK    = 'BUTTONSHYPERLINK'>
  223.             <wizset BUTTONSINDENT    = 'BUTTONSINDENT'>
  224.             <wizset BUTTONSPICTURE    = 'BUTTONSPICTURE'>
  225.             <wizset EDITORNUMBER    = 'EDITORNUMBER'>
  226.             <wizset EDITORSINFORM    = 'EDITORSINFORM'>
  227.             <wizset FONT    = 'FONT'>
  228.             <wizset FORM    = 'FORM'>
  229.             <wizset FTPSERVER    = 'FTPSERVERr'>
  230.             <wizset FTPPASSWORD    = 'FTPPASSWORD'>
  231.             <wizset FTPUSERNAME    = 'FTPUSERNAME'>
  232.             <wizset HEIGHT    = 'HEIGHT'>
  233.             <wizset HTMLCODE    = 'HTMLCODE'>
  234.             <wizset IMAGEPATH    = 'IMAGEPATH'>
  235.             <wizset LICENSE    = 'LICENSE'>
  236.             <wizset LICENSE2    = 'LICENSE2'>
  237.             <wizset LICENSE3    = 'LICENSE3'>
  238.             <wizset VERSION    = 'VERSION'>
  239.             <wizset WIDTH    = 'WIDTH'>
  240.             <wizset WDDX    = 'WDDX'>
  241.         </wizif>
  242.         
  243.         <WIZIF OPTIONLinearLayout EQ 'true'>
  244.             <WIZSET VerticalSpacingGap =  ' ' >
  245.         <WIZELSE>
  246.             <WIZSET VerticalSpacingGap =  Chr(13) & Chr(10) & '        ' >
  247.         </WIZIF>
  248.         
  249.         <WIZSET SpacingGap =  ' ' >
  250.         
  251.         <$${CFWEBEDITOR}<WIZIF txtCodeBase NEQ ''>$${spacingGap}$${CODEBASE}="$${txtCodeBase}"<WIZSET spacinggap = verticalSpacingGap></WIZIF>
  252.             <WIZIF txtVersion NEQ ''>$${spacingGap}$${VERSION}="$${txtVersion}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  253.             <WIZIF txtHeight NEQ ''>$${spacingGap}$${HEIGHT}="$${txtHeight}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  254.             <WIZIF txtWidth NEQ ''>$${spacingGap}$${WIDTH}="$${txtWidth}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  255.             <WIZIF txtLicense NEQ ''>$${spacingGap}$${LICENSE}="$${txtLicense}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  256.             <WIZIF txtLicense2 NEQ ''>$${spacingGap}$${LICENSE2}="$${txtLicense2}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  257.             <WIZIF txtLicense3 NEQ ''>$${spacingGap}$${LICENSE3}="$${txtLicense3}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  258.             <WIZIF cbxFont NEQ ''>$${spacingGap}$${FONT}="$${cbxFont}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  259.             <WIZIF txtHTML NEQ ''>$${spacingGap}$${HTMLCODE}="$${txtHTML}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  260.             <WIZIF txtForm NEQ ''>$${spacingGap}$${FORM}="$${txtForm}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  261.             <WIZIF txtEditorsinform NEQ ''>$${spacingGap}$${EDITORSINFORM}="$${txtEditorsinform}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  262.             <WIZIF txtEditornumber NEQ ''>$${spacingGap}$${EDITORNUMBER}="$${txtEditornumber}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  263.             <WIZIF txtButton NEQ ''>$${spacingGap}$${BUTTON}="$${txtButton}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  264.             <WIZIF txtServer NEQ ''>$${spacingGap}$${FTPSERVER}="$${txtServer}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  265.             <WIZIF txtUsername NEQ ''>$${spacingGap}$${FTPUSERNAME}="$${txtUsername}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  266.             <WIZIF txtpassword NEQ ''>$${spacingGap}$${FTPPASSWORD}="$${txtpassword}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  267.             <WIZIF txtimagepath NEQ ''>$${spacingGap}$${IMAGEPATH}="$${txtimagepath}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  268.             <WIZIF chbAllowCustomize EQ 'true' >$${SpacingGap}$${ALLOWCUSTOMIZE}="true"<WIZELSE>$${SpacingGap}$${ALLOWCUSTOMIZE}="false"<WIZSET SpacingGap = VerticalSpacingGap></WIZIF>
  269.             <WIZIF chbButtonsEdit EQ 'true' >$${spacingGap}$${BUTTONSEDIT}="true"<WIZELSE>$${spacingGap}$${BUTTONSEDIT}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  270.             <WIZIF chbbuttonsfontsize EQ 'true'>$${spacingGap}$${buttonsfontsize}="true"<WIZELSE>$${spacingGap}$${buttonsfontsize}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  271.             <WIZIF chbbuttonsfontstyle EQ 'true' >$${spacingGap}$${BUTTONSFONTSTYLE}="true"<WIZELSE>$${spacingGap}$${BUTTONSFONTSTYLE}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  272.             <WIZIF chbbuttonsfontcolor EQ 'true' >$${spacingGap}$${BUTTONSFONTCOLOR}="true"<WIZELSE>$${spacingGap}$${BUTTONSFONTCOLOR}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  273.             <WIZIF chbbuttonsbullets EQ 'true' >$${spacingGap}$${BUTTONSBULLETS}="true"<WIZELSE>$${spacingGap}$${BUTTONSBULLETS}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  274.              <WIZIF chbbuttonsindent EQ 'true' >$${spacingGap}$${BUTTONSINDENT}="true"<WIZELSE>$${spacingGap}$${BUTTONSINDENT}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  275.             <WIZIF chbbuttonsalign EQ 'true' >$${spacingGap}$${BUTTONSALIGN}="true"<WIZELSE>$${spacingGap}$${BUTTONSALIGN}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  276.             <WIZIF chbbuttonshyperlink EQ 'true' >$${spacingGap}$${BUTTONSHYPERLINK}="true"<WIZELSE>$${spacingGap}$${BUTTONSHYPERLINK}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  277.             <WIZIF chbbuttonspicture EQ 'true' >$${spacingGap}$${BUTTONSPICTURE}="true"<WIZELSE>$${spacingGap}$${BUTTONSPICTURE}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  278.             <WIZIF chbbuttonsabout EQ 'true' >$${spacingGap}$${BUTTONSABOUT}="true"<WIZELSE>$${spacingGap}$${BUTTONSABOUT}="false"<WIZSET spacingGap = verticalSpacingGap></WIZIF> 
  279.             <WIZIF txtWDDX NEQ ''>$${spacingGap}$${WDDX}="$${txtWDDX}"<WIZSET spacingGap = verticalSpacingGap></WIZIF>
  280.             <WIZIF TAGDATAUnknownAttributes NEQ ''>$${SpacingGap}$${TAGDATAUnknownAttributes}</WIZIF>>
  281.     </taglayout>
  282. </tag>